Disable v2v test harness.
authorHilko Bengen <bengen@debian.org>
Tue, 10 Apr 2018 22:42:27 +0000 (00:42 +0200)
committerHilko Bengen <bengen@debian.org>
Sun, 10 Feb 2019 21:09:07 +0000 (21:09 +0000)
It needs libvirt-ocaml later than 0.6.1.4 ... which is not present in
Debian yet.

Gbp-Pq: Name 0012-Disable-v2v-test-harness.patch

v2v/test-harness/Makefile.am

index cebee9914acc72d953cd3ea73ba4498f55b472c9..e33e57bb6707e8a15dc0bbc99b95b154fc2c3a37 100644 (file)
@@ -30,6 +30,7 @@ SOURCES_MLI = \
 SOURCES_ML = \
        v2v_test_harness.ml
 
+if FALSE
 if HAVE_OCAML
 if HAVE_OCAML_PKG_LIBVIRT
 
@@ -130,6 +131,7 @@ stamp-virt-v2v-test-harness.pod: virt-v2v-test-harness.pod
        $(top_builddir)/ocaml-dep.sh -I .. $^
 -include .depend
 
+endif
 endif
 endif